home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 48 / MOBICLIC 48.ISO / pc / DATA / PROM / PROM01_2.DIR / 00006_Script_6 < prev    next >
Text File  |  2002-09-18  |  204b  |  16 lines

  1. --roll et diaporama
  2.  
  3. on mouseUp
  4.   go to "int"
  5.   cursor -1
  6. end
  7.  
  8. on mouseEnter
  9.   cursor 280
  10.   sprite(7).member = "flash roll" 
  11. end
  12.  
  13. on mouseLeave
  14.   cursor -1
  15.   sprite(7).member = "flash" 
  16. end